home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 1997 September / Personal_Computer_World_Sep_97.iso / Democd3 / video.dxr / 00094_help button.ls < prev    next >
Encoding:
Text File  |  1997-06-04  |  371 b   |  21 lines

  1. on mouseUp
  2.   global box
  3.   set the blend of sprite 40 to 40
  4.   puppetSound(2, "CLICK")
  5.   updateStage()
  6.   set box to "fhelp"
  7.   ZONEPRESS()
  8.   set the blend of sprite 40 to 0
  9.   updateStage()
  10. end
  11.  
  12. on rightMouseUp
  13.   global box
  14.   set the blend of sprite 40 to 100
  15.   puppetSound(2, "CLICK")
  16.   set box to "fhelp"
  17.   ZONEPRESS()
  18.   set the blend of sprite 40 to 0
  19.   updateStage()
  20. end
  21.